home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / NL.DXR / Internal_64_p_bino.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  247 b   |  19 lines

  1. on mouseDown me
  2.   beep()
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the ink of sprite the currentSpriteNum to 2
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the ink of sprite the currentSpriteNum to 8
  13. end
  14.  
  15. on mouseUp me
  16.   go("p_bino")
  17.   cursor(-1)
  18. end
  19.